home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / grn_2_1.zip / GRN-TERM.MAN < prev    next >
Text File  |  1994-02-19  |  4KB  |  126 lines

  1. GRn-Term                                GRn-Term
  2.  
  3. NAME
  4.  
  5.     GRn-Term
  6.  
  7. SYNOPSIS
  8.  
  9.     GRn-Term [DEVICE <devicename>] [UNIT <unitnumber>] [7WIRE] [BAUD <rate>]
  10.          [DIAL <dialstring>]   [NL=NEWLINE] [IOADDR] [HANGUP]
  11.  
  12. DECRIPTION
  13.  
  14.     GRn-Term is a *really* stupid terminal program, which uses the
  15.     standard console, provided to assist users in connecting to an
  16.     NNTP server via the serial port. GRn-Term open the device/unit
  17.     in shared mode, as does GRn. This allows the use of devices
  18.     other than serial.device, that can work with shared mode.
  19.  
  20.     GRn-Term does require that DEVICE either be, or emulate, the
  21.     CBM serial.device.
  22.  
  23.     DEVICE specifies the device name to connect to. It defaults to
  24.     serial.device.
  25.  
  26.     UNIT specifies the unit number of the DEVICE to connect to. It
  27.     defaults to zero.
  28.  
  29.     7WIRE indicates that hardware handshaking should be used to
  30.     communicate with DEVICE. Default is set in user preferences.
  31.  
  32.     BAUD indicates what speed to communicate with DEVICE. The default
  33.     is set in user preferences.
  34.  
  35.     DIAL indicates a character string to be output to DEVICE upon
  36.     startup. Typically, a phone number.
  37.  
  38.     NEWLINE indicates that each line output to DEVICE should be
  39.     terminated by a carriage-return linefeed combination, and not
  40.     just the default carriage-return.
  41.  
  42.     IOADDR indicates that it is not possible to re-open the specified
  43.     DEVICE and UNIT and receive the same connection to the destination
  44.     (this is a problem with dnet.device, sockser.device, and perhaps
  45.     others). This option causes a special option to be passed to GRn
  46.     so that it will "copy" GRn-Term's I/O parameters.
  47.  
  48.     HANGUP tells GRn-Term to hang up the phone line using the standard
  49.     "+++" etc. sequence.
  50.  
  51.     GRn-Term has five commands:
  52.  
  53.         \dial <number>
  54.         \grn  <arguments>
  55.         \hangup
  56.         \quit
  57.         \redial
  58.  
  59.     \dial causes <number> to be dialed. It is required because some
  60.     modems require a carriage-return/line-feed combination for the
  61.     dial string.
  62.  
  63.     \grn starts GRn with the <arguments> specified. While GRn is running,
  64.     GRn-Term ignores all input and output via the console; as well as
  65.     any device/unit combination specified. After GRn complete, GRn-Term
  66.     begins using the device/unit combination again.
  67.  
  68.     \hangup causes the +++, followed by ATH0 sequence to be emitted
  69.     to hang up the modem.
  70.  
  71.     \quit terminates GRn-Term. The modem IS NOT HUNG UP. You MUST
  72.     do this yourself.
  73.  
  74.     \redial causes GRn-Term to redial the number specified in the
  75.     DIAL program parameter.
  76.  
  77. WARNINGS
  78.  
  79.     This is NOT meant to be a general purpose terminal program.
  80.     GRn-Term is very simple, and will stay that way. It is there
  81.     to help make a simple connection, and then start GRn. Nothing
  82.     else.
  83.  
  84. EXAMPLES
  85.  
  86.     GRn-Term
  87.  
  88.         Starts GRn-Term using serial.device, unit 0, seven-wire false,
  89.         and baud-rate set to preferences default.
  90.  
  91.     GRn-Term device dnet.device unit 8192
  92.  
  93.         Starts GRn-Term using dnet.device, unit 8192.
  94.  
  95.     \grn nntp device dnet.device unit 8192
  96.  
  97.         Causes GRn to be initialized, and GRn-Term will ignore
  98.         all input and output from the console and the device
  99.         specified when GRn-Term was initiated.
  100.  
  101. NOTES
  102.  
  103.     If you have the debug version of GRn installed, the command
  104.     \grn-debug is also available. It takes arguments just like
  105.     \grn.
  106.  
  107.     If device and unit are not specified, GRn-Term presumes the
  108.     serial.device, unit 0.
  109.  
  110.     You will need to suppress local echo at the receiving side
  111.     (on SVR4 Unix, "stty -echo"). This will confuse you if you
  112.     don't.
  113.  
  114.     GRn-Term uses the console, so ALL input is cooked. You cannot
  115.     send control characters that the console.device does not pass.
  116.     Make sure you don't get in a situation where you need to.
  117.  
  118.     GRn-Term does NOT use OwnDevUnit style locking, as you'd
  119.     deadlock that way. We don't have a consistent interface going
  120.     between C News, AmigaUUCP and NNTP. So, if you are using it
  121.     with AmigaUUCP then do:
  122.  
  123.         lockserial GRn-Term serial.device 0
  124.  
  125.     etc.
  126.